diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-16 11:59:19 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-16 11:59:19 +0900 |
| commit | aa9a6ebfbb2f99f1301a1276dae3ea119a338ee9 (patch) | |
| tree | ad01741356dabd4b386619eaf5e3ae3fef0634f8 /config/waybar/configs/Peony [TOP] | |
| parent | f3cdea54863ca67e2533d2f5dc88be3eecf568b8 (diff) | |
Major Rename of waybar configs and styles for easier user to understand
Kitty - pywal color change disabled by default
Execs.conf re-organized
Auto wallpaper changed disabled by default
Diffstat (limited to 'config/waybar/configs/Peony [TOP]')
| -rw-r--r-- | config/waybar/configs/Peony [TOP] | 102 |
1 files changed, 0 insertions, 102 deletions
diff --git a/config/waybar/configs/Peony [TOP] b/config/waybar/configs/Peony [TOP] deleted file mode 100644 index 83ec43f5..00000000 --- a/config/waybar/configs/Peony [TOP] +++ /dev/null @@ -1,102 +0,0 @@ -//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -//* ............................................*/ -//* ................PEONY.......................*/ -//* ............................................*/ -//* --- 👍 designed by https://github.com/Krautt 👍 --- */ - -{ - -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 4, -"fixed-center": true, -"ipc": true, -"margin-top": 5, -//"margin-bottom": 5, -"width": 1444, - -"modules-left": ["hyprland/workspaces#roman", "mpris", "tray#peony"], - -"modules-center": ["clock#peony"], - -"modules-right": [ - "battery#peony", - "custom/separator#blank", - "backlight#peony", - "custom/separator#blank", - "pulseaudio", - "custom/separator#blank", - "temperature", - "custom/separator#blank", - "network#peony"], - - -//M O D U L E S // - -"clock#peony": { - "interval": 60, - "tooltip-format": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>", - //"format": "{:%B | %a %d, %Y | %I:%M %p}", - "format": "{:%B | %a %d, %Y | %H:%M}", - "format-alt": "{:%a %b %d, %G}", -}, - -"wireplumber#peony": { - "format": "{icon} {volume}", - "format-muted": " Mute", - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", - "on-click-right": "pavucontrol -t 3", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", - "format-icons": ["", "", "", ""], -}, - -"network#peony": { - "format": "{ifname}", - "format-wifi": "{icon}", - "format-ethernet": "", - "format-disconnected": "", - "tooltip-format": "{ipaddr} {bandwidthUpBytes} {bandwidthDownBytes}", - "format-linked": " {ifname} (No IP)", - "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", - "tooltip-format-ethernet": "{ifname} ", - "tooltip-format-disconnected": " Disconnected", - "max-length": 50, - "format-icons": ["","","","",""] -}, - -"battery#peony": { - "interval": 60, - "align": 0, - "rotate": 0, - //"bat": "BAT1", - //"adapter": "ACAD", - "full-at": 100, - "design-capacity": false, - "states": { - "good": 95, - "warning": 30, - "critical": 15 - }, - "format": "{icon} {capacity}%", - "format-charging": " {capacity}%", - "format-plugged": " {capacity}%", - "format-full": "{icon} Full", - "format-alt": "{icon} {time}", - "format-icons": ["", "", "", "", ""], - "format-time": "{H}h {M}min", - "tooltip": true, - "tooltip-format": "{timeTo} {power}w", - "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", - "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", -}, - -"tray#peony": { - "icon-size": 17, - "spacing": 8, -} -}
\ No newline at end of file |
